DrawNode Class
Description:
A class for creating DrawNode objects.
__call
Type: Metamethod.
Description:
Creates a new DrawNode object.
Signature:
metamethod __call: function(self: DrawNodeClass): DrawNode
Returns:
Return Type | Description |
---|---|
DrawNode | The new DrawNode object. |